home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / system / sandra / san1135.exe / {app} / TaskList.xml < prev   
Extensible Markup Language  |  2007-03-06  |  3KB  |  67 lines

  1. <?xml version="1.0" ?>
  2. <applications xmlns="http://schemas.microsoft.com/windows/cpltasks/v1" 
  3.               xmlns:sh="http://schemas.microsoft.com/windows/tasks/v1">
  4.     
  5.     <application id="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2097}">
  6.     
  7.         <!-- Tools -->
  8.         <sh:task id="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2197}" needsElevation="true"> 
  9.             <sh:name>@%SAN_DIR%\sandra.mui,-5000</sh:name>
  10.             <sh:keywords>@%SAN_DIR%\sandra.mui,-5005</sh:keywords>
  11.             <sh:command>%SAN_DIR%\sandra.exe /m 5000</sh:command>
  12.         </sh:task>
  13.  
  14.         <!-- Benchmarks -->
  15.         <sh:task id="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2297}">
  16.             <sh:name>@%SAN_DIR%\sandra.mui,-5008</sh:name>
  17.             <sh:keywords>@%SAN_DIR%\sandra.mui,-5013</sh:keywords>
  18.             <sh:command>%SAN_DIR%\sandra.exe /m 5008</sh:command>
  19.         </sh:task>
  20.         
  21.         <!-- Hardware -->
  22.         <sh:task id="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2397}">
  23.             <sh:name>@%SAN_DIR%\sandra.mui,-5016</sh:name>
  24.             <sh:keywords>@%SAN_DIR%\sandra.mui,-5021</sh:keywords>
  25.             <sh:command>%SAN_DIR%\sandra.exe /m 5016</sh:command>
  26.         </sh:task>
  27.  
  28.         <!-- Software -->
  29.         <sh:task id="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2497}">
  30.             <sh:name>@%SAN_DIR%\sandra.mui,-5024</sh:name>
  31.             <sh:keywords>@%SAN_DIR%\sandra.mui,-5029</sh:keywords>
  32.             <sh:command>%SAN_DIR%\sandra.exe /m 5024</sh:command>
  33.         </sh:task>
  34.         
  35.         <!-- Testing -->
  36.         <sh:task id="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2597}" needsElevation="true">
  37.             <sh:name>@%SAN_DIR%\sandra.mui,-5032</sh:name>
  38.             <sh:keywords>@%SAN_DIR%\sandra.mui,-5037</sh:keywords>
  39.             <sh:command>%SAN_DIR%\sandra.exe /m 5032</sh:command>
  40.         </sh:task>
  41.         
  42.         <!-- Buy -->
  43.         <sh:task id="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2697}">
  44.             <sh:name>@%SAN_DIR%\sandra.mui,-5048</sh:name>
  45.             <sh:keywords>@%SAN_DIR%\sandra.mui,-5053</sh:keywords>
  46.             <sh:command>%SAN_DIR%\sandra.exe /m 5048</sh:command>
  47.         </sh:task>
  48.         
  49.         <!-- Category System -->    
  50.         <category id="2">
  51.             <sh:task idref="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2397}"/> 
  52.             <sh:task idref="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2297}"/>            
  53.         </category>
  54.  
  55.         <category id="5"> 
  56.             <sh:task idref="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2197}"/>
  57.             <sh:task idref="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2597}"/>   
  58.             <sh:task idref="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2297}"/>
  59.         </category>
  60.  
  61.         <category id="8">
  62.             <sh:task idref="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2497}"/> 
  63.             <sh:task idref="{C3113E55-7BCB-4de3-8EBF-60E6CE6B2297}"/>            
  64.         </category>
  65.    </application>
  66. </applications>
  67.